home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Guide / background_13005.txt < prev    next >
Text File  |  1989-06-08  |  4KB  |  179 lines

  1. -- background: 13005 from stack: in
  2. -- bmap block id: 13131
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 3rd Level
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   push recent card
  9. end closeCard
  10.  
  11.  
  12.  
  13. -- part 4 (button)
  14. -- low flags: 00
  15. -- high flags: 2002
  16. -- rect: left=474 top=20 right=54 bottom=511
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 18678 / 18678
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Levels
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   displayField 5
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 7 (field)
  33. -- low flags: 01
  34. -- high flags: 0002
  35. -- rect: left=55 top=33 right=62 bottom=260
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 21
  40. -- text size: 18
  41. -- style flags: 0
  42. -- line height: 24
  43. -- part name: regular expressions
  44.  
  45.  
  46. -- part 16 (button)
  47. -- low flags: 00
  48. -- high flags: A002
  49. -- rect: left=478 top=321 right=339 bottom=508
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 3
  54. -- text size: 10
  55. -- style flags: 256
  56. -- line height: 13
  57. -- part name: Exit
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   displayfield 10
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 17 (button)
  66. -- low flags: 00
  67. -- high flags: 0002
  68. -- rect: left=474 top=169 right=207 bottom=509
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 23090 / 23090
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Find 
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   displayField 7
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 18 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=477 top=90 right=118 bottom=509
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 32670 / 32670
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Fast Forward
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   displayField 6
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 19 (button)
  104. -- low flags: 00
  105. -- high flags: 2000
  106. -- rect: left=476 top=270 right=298 bottom=508
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 3061 / 3061
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: ReturnToMark
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   displayField 9
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 20 (button)
  123. -- low flags: 00
  124. -- high flags: 2000
  125. -- rect: left=475 top=233 right=261 bottom=509
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 7417 / 7417
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Go Back
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   displayField 8
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 21 (button)
  142. -- low flags: 80
  143. -- high flags: C000
  144. -- rect: left=52 top=80 right=107 bottom=248
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 21
  149. -- text size: 12
  150. -- style flags: 256
  151. -- line height: 16
  152. -- part name: Links
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.  
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 22 (button)
  161. -- low flags: 00
  162. -- high flags: 0000
  163. -- rect: left=51 top=79 right=109 bottom=81
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 8509 / 8509
  166. -- text alignment: 1
  167. -- font id: 2
  168. -- text size: 12
  169. -- style flags: 256
  170. -- line height: 16
  171. -- part name: linkup
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   show card button "Links"
  175.   displayField 16
  176.   hide card button "Links"
  177. end mouseUp
  178.  
  179.